a:link, a:active, a:visited
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

a.menu:visited, a.menu:active, a.menu:link
{
	color: #000000;
	text-decoration: none;
}

a.menu:hover
{
	color: #000000;
	text-decoration: underline;
}

body
{
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #E5F3E5;
	text-align: center;
}

table.fond_design
{
	background-color: #82B885;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border:0px;
}

td
{
	font-size: 11px;
	font-family: "Trebuchet MS",Verdana, sans-serif;
}

td.fond_tableaux
{
	background-color: #AACEAC;
}

td.fond_principal
{
	background-image:url(../images/fond_amha.jpg);
	width:100%;
}

h1
{
	font-size: medium;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana, sans-serif;
	text-align: center;
}

h2
{
	font-size: small;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana, sans-serif;
	text-align: center;
}

input
{
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana, sans-serif;
}

textarea
{
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana, sans-serif;
}

select
{
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana, sans-serif;
}

a#tooCool
{
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(../images/too_cool.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
